home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uPostNote.dfm < prev    next >
Encoding:
Text File  |  2004-03-11  |  1.2 KB  |  63 lines

  1. object frmNote: TfrmNote
  2.   Left = 440
  3.   Top = 318
  4.   ActiveControl = Memo
  5.   AlphaBlendValue = 210
  6.   BorderStyle = bsDialog
  7.   Caption = 'Post a note'
  8.   ClientHeight = 186
  9.   ClientWidth = 330
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 168
  22.     Top = 156
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 2
  29.   end
  30.   object Button2: TButton
  31.     Left = 248
  32.     Top = 156
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 3
  39.   end
  40.   object ComboBox1: TComboBox
  41.     Left = 8
  42.     Top = 156
  43.     Width = 85
  44.     Height = 21
  45.     Style = csDropDownList
  46.     ItemHeight = 13
  47.     ItemIndex = 0
  48.     TabOrder = 1
  49.     Text = 'PUBLIC'
  50.     Items.Strings = (
  51.       'PUBLIC'
  52.       'PRIVATE')
  53.   end
  54.   object Memo: TTntMemo
  55.     Left = 8
  56.     Top = 8
  57.     Width = 313
  58.     Height = 141
  59.     ScrollBars = ssVertical
  60.     TabOrder = 0
  61.   end
  62. end
  63.